projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7970f6b
)
Correct custom type in tramp-androidsu.el
author
Po Lu
<luangruo@yahoo.com>
Mon, 1 Apr 2024 13:12:49 +0000
(21:12 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 1 Apr 2024 13:13:17 +0000
(21:13 +0800)
* lisp/net/tramp-androidsu.el (tramp-androidsu-remote-path): Set
type to '(repeat string).
lisp/net/tramp-androidsu.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-androidsu.el
b/lisp/net/tramp-androidsu.el
index 1ec9247cf3c2df352def4bbfea594698aba84f64..aa7871e6a332e2793017d62562e0031ab7df55f1 100644
(file)
--- a/
lisp/net/tramp-androidsu.el
+++ b/
lisp/net/tramp-androidsu.el
@@
-63,7
+63,7
@@
may edit files belonging to any and all applications."
"Directories in which to search for transfer programs and the like."
:group 'tramp
:version "30.1"
- :type '(
lis
t string))
+ :type '(
repea
t string))
(defvar tramp-androidsu-su-mm-supported 'unknown
"Whether `su -mm' is supported on this system.")